projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aa29df
)
[motif]: Make f10 undefined.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 21 Apr 1996 05:54:18 +0000
(
05:54
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 21 Apr 1996 05:54:18 +0000
(
05:54
+0000)
lisp/term/x-win.el
patch
|
blob
|
history
diff --git
a/lisp/term/x-win.el
b/lisp/term/x-win.el
index f9c78f5af01f5e79c5dd997248f96f2e689dae7a..b5f35c2de886e06b7ee639fbd15d61ed88b0c25e 100644
(file)
--- a/
lisp/term/x-win.el
+++ b/
lisp/term/x-win.el
@@
-701,4
+701,8
@@
This is in addition to the primary selection.")
;; Don't show the frame name; that's redundant with X.
(setq-default mode-line-buffer-identification '("Emacs: %12b"))
+;; Motif normally handles f10 itself, so don't try to handle it a second time.
+(if (featurep 'motif)
+ (global-set-key [f10] 'ignore))
+
;;; x-win.el ends here